home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'Fldlinks.pas' rev: 3.00
-
- #ifndef FldlinksHPP
- #define FldlinksHPP
- #include <DsgnIntf.hpp>
- #include <Buttons.hpp>
- #include <DBTables.hpp>
- #include <Db.hpp>
- #include <ExtCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Fldlinks
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TLinkFields;
- class PASCALIMPLEMENTATION TLinkFields : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TListBox* DetailList;
- Stdctrls::TListBox* MasterList;
- Stdctrls::TListBox* BindList;
- Stdctrls::TLabel* Label30;
- Stdctrls::TLabel* Label31;
- Stdctrls::TComboBox* IndexList;
- Stdctrls::TLabel* IndexLabel;
- Dbtables::TTable* Table1;
- Stdctrls::TLabel* Label2;
- Extctrls::TBevel* Bevel1;
- Extctrls::TBevel* Bevel2;
- Stdctrls::TButton* AddButton;
- Stdctrls::TButton* DeleteButton;
- Stdctrls::TButton* ClearButton;
- Stdctrls::TButton* Button1;
- Stdctrls::TButton* Button2;
- Stdctrls::TButton* Help;
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall BindingListClick(System::TObject* Sender);
- void __fastcall AddButtonClick(System::TObject* Sender);
- void __fastcall DeleteButtonClick(System::TObject* Sender);
- void __fastcall BindListClick(System::TObject* Sender);
- void __fastcall ClearButtonClick(System::TObject* Sender);
- void __fastcall FormDestroy(System::TObject* Sender);
- void __fastcall BitBtn1Click(System::TObject* Sender);
- void __fastcall HelpClick(System::TObject* Sender);
- void __fastcall IndexListChange(System::TObject* Sender);
-
- private:
- System::AnsiString FFullIndexName;
- Classes::TStringList* OrderedDetailList;
- Classes::TStringList* OrderedMasterList;
- bool Local;
- void __fastcall OrderFieldList(Classes::TStrings* OrderedList, Classes::TStrings* List);
-
- public:
- System::AnsiString MasterFieldList;
- System::AnsiString IndexFieldList;
- void __fastcall AddToBindList(const System::AnsiString Str1, const System::AnsiString Str2);
- void __fastcall Initialize(Dbtables::TTable* Table, const Db::TDataSet* DataSet);
- __property System::AnsiString FullIndexName = {read=FFullIndexName};
- public:
- /* TCustomForm.Create */ __fastcall virtual TLinkFields(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TLinkFields(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TLinkFields(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TLinkFields(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- class DELPHICLASS TFieldLinkProperty;
- class PASCALIMPLEMENTATION TFieldLinkProperty : public Dsgnintf::TPropertyEditor
- {
- typedef Dsgnintf::TPropertyEditor inherited;
-
- public:
- virtual void __fastcall Edit(void);
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual System::AnsiString __fastcall GetValue(void);
- virtual void __fastcall SetValue(const System::AnsiString Value);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TFieldLinkProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TFieldLinkProperty(void) : Dsgnintf::TPropertyEditor() { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE TLinkFields* LinkFields;
-
- } /* namespace Fldlinks */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Fldlinks;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Fldlinks
-